home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-08-11 | 407 b | 17 lines | [TEXT/ScoM] |
- s-replace-to-length type dur new symbol length
-
- (s-replace-to-length
- nil
- '1/8
- '(ab bc cd de ef fg gh hi ij jk kl)
- '(a b c d e f g h i j k l m n)
- '(-1/8 1/12 2/12 1/8 -2/20 1/20 1/20 1/20 1/8 -1/8))
- => (a b ab d e f bc)
-
- (s-replace-to-length
- :transpose
- '1/8
- '(ab bc cd de ef fg gh hi ij jk kl)
- '(a b c d e f g h i j k l m n)
- '(-1/8 1/12 2/12 1/8 -2/20 1/20 1/20 1/20 1/8 -1/8))
- => (a b cd d e f gh)